scrolledwindow: Ensure the animation is cancelled on arriving scroll events
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 16 Apr 2015 16:40:32 +0000 (18:40 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 16 Apr 2015 16:40:32 +0000 (18:40 +0200)
commit6d19162c431fc40972165cf2a2d5e0c591ca696f
tree2841a8db6f7cc2e4827c5b91e6f40eef4e9a8b4d
parent993721c74627771fbd71a4fa65082b1393388a56
scrolledwindow: Ensure the animation is cancelled on arriving scroll events

When the scrolledwindow receives scroll events, it ensures the timeout to
maybe start the "snap back to edges" animation is reset, but it does nothing
about the animation source. It must be reset just the same, to maybe be
started after the timeout fires up.
gtk/gtkscrolledwindow.c